const runtime.maxInt 3 uses runtime (current package) string.go#L354: maxInt = int(maxUint >> 1) string.go#L390: if !neg && un > uint(maxInt) { string.go#L393: if neg && un > uint(maxInt)+1 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)